mezzenger-tcp 0.1.3

TCP mezzenger transport.
Documentation

mezzenger-tcp

TCP transport for mezzenger.

https://crates.io/crates/mezzenger-tcp

ko-fi

note

Despite its name this crate supports other transports as well as long as they implement AsyncRead and AsyncWrite traits.

usage

Add dependencies to Cargo.toml:

[dependencies]
# ...
serde = { version = "1", features = ["derive"] }
kodec = { version = "0.1.0", features = ["binary"] } # or json or different one from another crate...
mezzenger = "0.1.3"
mezzenger-tcp = "0.1.1"

See example code here.

see also

mezzenger